class MysqlResult
MysqlResult object is the result returned for non-query commands on MySQL.
Properties
-
bytes
header
:The result header as returned in the Mysql connection.
-
int
affected_rows
:The number of rows affected by the corresponding Mysql command.
-
string
server_status
:The status of the server after executing the corresponding query.
-
string
warnings
:The warnings returned from Mysql in the result.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.